home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / pc / 5lang.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  2002-01-10  |  137 b   |  11 lines

  1. global lang
  2.  
  3. on exitFrame me
  4.   if the timer < 2500 then
  5.     go(the frame)
  6.   else
  7.     lang = "english"
  8.     go(1, "IntroMov")
  9.   end if
  10. end
  11.